home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4335 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  672 b 

  1. Path: news.cs.ucla.edu!twinsun!not-for-mail
  2. From: eggert@twinsun.com (Paul Eggert)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: localtime
  5. Date: 3 Feb 1996 09:32:33 -0800
  6. Organization: Twin Sun Inc, El Segundo, CA, USA
  7. Message-ID: <4f067h$1d8@shade.twinsun.com>
  8. References: <61VnNPt6nTB@softsite.co.at> <4eqr64$ofs@linus.mitre.org>
  9. NNTP-Posting-Host: localhost.twinsun.com
  10.  
  11. jrv@mbunix.mitre.org (Jim Van Zandt) writes:
  12.  
  13. >It should work until at least 2034 (2^31 seconds after 1/1/1970).
  14.  
  15. A bit later than that.  Most current Unix hosts use signed 32-bit
  16. time_t values that stop working after 2038-01-19 03:14:07 UTC.
  17. (By then we should all have graduated to 64-bit time_t values.)
  18.